#hud {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 11px;
    font-family: verdana,Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 30px;
    position: fixed;
    top: 10px;
    right: 10px;
    box-shadow: 0 0px 6px #ccc;
    -moz-box-shadow: 0 0px 6px #ccc;
    -webkit-box-shadow: 0 0px 6px #ccc;
    z-index: 9000;
}

#hud .menu {
    color: #333;
    display: none;
    float: left;
    margin-left: 10px;
    min-width: 258px;
}
#hud .menu a:hover,
#hud .menu a:link,
#hud .menu a:visited {
    background-color: transparent;
    color: #3d3d3d;
    text-decoration: underline;
}

#hud .share.menu {
    height: 20px;
    margin-top: -4px;
    min-width: 55px;
    padding: 8px 0;
}

#hud .icon {
    background-color: none !important;
    display: block;
    float: right;
    *float: none; /* IE7 */
    height: 12px;
    padding: 10px;
    text-decoration: none;
    width: 12px;
}
#hud a.icon:active,
#hud a.icon:focus,
#hud a.icon:hover {
    background-color: transparent;
    border: none;
    outline: none;
    text-decoration: none;
}
#hud .icon span {
    background-image: url('/default/images/HUD.sprite.png');
    background-repeat: no-repeat;
    float: right;
    height: 12px;
    width: 12px;
}
#hud .icon.configure span {
    background-position: 0px 0px;
}
#hud .icon.share span {
    background-position: -12px 0px;
}
#panel {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 5px;
    top: 45px;
    z-index: 9000;
}

iframe.twitter-share-button {margin: 0; padding: 0;}
.fb_iframe_widget iframe {height: 25px !important; margin: 0;}
